@font-face {
    font-family: "Pinar-ExtraBold";
    src: url(../fonts/Pinar-FD-ExtraBold.woff2) format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Pinar-Bold";
    src: url(../fonts/Pinar-DS4-FD-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Pinar-SemiBold";
    src: url(../fonts/Pinar-DS4-FD-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Pinar-Light";
    src: url(../fonts/Pinar-DS4-FD-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Pinar-Medium";
    src: url(../fonts/Pinar-DS4-FD-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Pinar-Regular";
    src: url(../fonts/Pinar-DS4-FD-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family: 'header-leftbox';
  src:  url('fonts/header-leftbox.eot?v7mw5d');
  src:  url('fonts/header-leftbox.eot?v7mw5d#iefix') format('embedded-opentype'),
    url('fonts/header-leftbox.ttf?v7mw5d') format('truetype'),
    url('fonts/header-leftbox.woff?v7mw5d') format('woff'),
    url('fonts/header-leftbox.svg?v7mw5d#header-leftbox') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  font-family: 'header-leftbox' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fi-rr-at:before {
  content: "\e900";
  color: #556477;
}
.icon-fi-rr-envelope:before {
  content: "\e901";
  color: #556477;
}
.icon-fi-rr-interrogation:before {
  content: "\e902";
  color: #556477;
}
.icon-fi-rr-marker:before {
  content: "\e903";
  color: #556477;
}
.icon-fi-rr-user:before {
  content: "\e904";
  color: #556477;
}
.icon-Vector-1:before {
  content: "\e905";
  color: #556477;
}
.icon-Vector:before {
  content: "\e906";
  color: #556477;
}


body {
    margin: 0;
    background-color: #F7F7F7;
}

body::-webkit-scrollbar {
    display: none;
}

h4 {
    font-family: "Pinar-Bold";
}

h3 {
    font-family: "Pinar-SemiBold";
    font-size: 20px;
}

h2 {
    font-family: "Pinar-ExtraBold";
    font-size: 48px;
}

p, span ,a {
    font-family: "Pinar-Medium";
    font-size: 16px;
}

p {
    font-family: "Pinar-Light";
    font-size: 12px;
}


/* header */


.header-container {
    max-width: 1920px;
    width: 100%;
    background: url(../img/header-mask.png), #FFFFFF;
    border-radius: 0 0 100px 100px;
    box-shadow: 0px 16px 90px 0px #0240890F;
}

.header-content {
    display: flex;
    justify-content: space-between;
    max-width: 1536px;
    width: 100%;
    margin: 0 auto;
}

.header-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-left {
    display: inline-flex;
    flex-direction: column;
    gap: 34px;
    margin: 39px 0 92px;
    height: fit-content;
}

.year-slogan p {
    margin: 0;
}

.logo-container {
    display: inline-flex;
    width: fit-content;
    height: fit-content;
    align-items: center;
}

.logo-container a {
    display: inline-flex;
    align-items: center;
    margin: 24px 0;
    text-decoration: none;
    color: #000;
}

.logo-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.logo-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px; 
    margin: 0 12px;
}

.logo-text * {
    margin: 0;
}

.left-links {
    display: inline-flex;
    justify-content: end;
    gap: 16px;
}

.quick-links {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #556477;
}

.quick-links a {
    position: relative;
    max-height: 18px;
}

.hover-head-2 {
    display: flex;
    justify-content: center;
    width: 87px;
    background-color: rgba(85, 100, 119, 1);
    border-radius: 4px;
    padding: 4px 8px;
  }
  .hover-head-2 span {
    display: block;
    font-family: "Pinar-Light";
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
  }
  .hover-head-1 {
    width: 7px;
    height: 3px;
    background: rgba(85, 100, 119, 1);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .hover-head {
    bottom: -33px;
    left: -34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.5s;
  }
  .quick-links a:hover .hover-head {
    opacity: 1;
    visibility: visible;
  }

.language {
    display: inline-flex;
    align-items: center;
    width: 53px;
    height: 15px;
    gap: 6px;
}

.language a {
    font-size: 12px;
}

.year-slogan {
    position: relative;
}

.year-slogan::before {
    position: absolute;
    top: -16px;
    left: 0;
    content: "";
    width: 423px;
    height: 1px;
    background: linear-gradient(90deg, rgba(85, 100, 119, 0.5) 0%, rgba(85, 100, 119, 0) 100%);
}

.language a {
    text-decoration: none;
    color: #000;
}

.year-slogan {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}

nav {
    display: inline-flex;
    margin: 0 15px 77px;
}

nav > ul {
    display: inline-flex;
    list-style-type: none;
    text-decoration: none;
    color: #000;
    margin: 0;
    padding-inline-start: 0;
}

nav ul, nav a {
    color: #000;
    text-decoration: none;
    list-style-type: none;
}

nav ul li  {
    position: relative;
    margin-left: 16px;
}

nav  ul  li  ul  li  a {
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

nav ul li:has(ul)  ul{
    width: fit-content;
    position: absolute;
    top: calc(100%);
    padding: 10px 5px;
    background-color: #C9C9C9;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    transition: all 0.3s;
    z-index: 100;
}

nav ul li ul li ul {
    top: 0;
    right:  104%;
}

nav ul li:has(ul) {
    margin-left: 28px;
}

nav > ul li ul li:has(ul)::before {
    content: "";
    position: absolute;
    background-image: url('/uploads/50/شرکت توزیع نیروی برق تهران بزرگ/Css/Icons/fi-rr-angle-down.svg');
    background-position: center;
    left: 3px;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

nav > ul li ul li:has(ul):hover::before {
    transform: translateY(-50%) rotate(90deg);
}

nav > ul li:has(ul)::before {
    content: "";
    position: absolute;
    background-image: url('/uploads/50/شرکت توزیع نیروی برق تهران بزرگ/Css/Icons/fi-rr-angle-down.svg');
    background-position: center;
    left: -16px;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s;
}

nav > ul li:has(ul):hover::before {
    transform: translateY(-50%) rotate(0deg);
}

nav  ul  li  ul  li {
    margin: 4px 0;
    padding: 4px 16px;
    background-color: #F7F7F7;
    border-radius: 10px;
}

nav ul li ul li a {
    display: block;
    width: 100%;
    padding: 10px;
}

nav  ul  li:has(ul):hover > ul {
    opacity: 1;
    visibility: visible;
}

/* Hero Slider */

.hero-section {
    width: 100%;
    min-height: 655px;
    position: relative;
}

.hero-pusher {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    z-index: 1;
}

.hero-container {
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
}


.hero-container .flickity-button {
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    align-items: center;
}



.hero-container .flickity-button.previous > svg {
    transform: scaleX(-1);
}

.hero-container .flickity-button {
    background: #FFFFFF29;
    backdrop-filter: blur(45px);
    border-radius: 100px;
}

.hero-carousel {
    overflow: hidden;
    border-radius: 24px;
}

.hero-cell {
    width: 1600px;
    height: 640px;

}
.hero-cell.is-selected{
    width: 1600px;
    height: 640px;
}
.hero-cell img {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 155px;
    transform: translateY(-50%);
    text-align: center;
}

.hero-text h2 {
    color: #ffffff;
    font-family: "Pinar-Bold";
    text-align: center;
}

.hero-text a {
    font-family: "Pinar-Bold";
    font-size: 36px;
    padding: 5px 30px;
    color: #556477;
    background-color: #FFC313;
    border-radius: 9999px;
    text-decoration: none;
    line-height: 100%;
    letter-spacing: 0;
    text-align: right;
    transition: all 0.3s;
}

.hero-text a:hover {
    color: #FFC313;
    background-color: #556477;
}

.flickity-page-dots {
    display: inline-flex;
    width: fit-content;
    bottom: 84px;
    left: 50%;
    transform: translateX(-50%);
    gap: 12px;
}

.flickity-page-dots .dot {
    width: 32px;
    height: 4px;
    margin: 0;
    padding: 0;
    border-radius: 100px;
    opacity: 1;
    background: #FFFFFF80;
    position: relative;
    overflow: hidden;
    transition: width 0.3s;
}


.flickity-page-dots .dot.is-selected {
    width: 96px;
    height: 4px;
    margin: 0;
    padding: 0;
    border-radius: 100px;
    opacity: 1;
    background: white;
    position: relative;
    overflow: hidden;
    transition: width 0.3s;
}


.flickity-page-dots .dot::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #FFD148;
    transform: scaleX(0);
    transform-origin: right;
}

.flickity-page-dots .dot.is-selected::after {
    animation: fillDot 5s linear forwards;
}

@keyframes fillDot {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

.useful-links {
    display: block;
    position: absolute;
    left: 50%;
    top: calc(100% - 60px);
    padding: 22px 30px;
    transform: translateX(-50%);
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    gap: 55px;
    justify-content: space-between;
    border-radius: 32px;
    box-sizing: border-box;
    background: #FFFFFFBF;
    backdrop-filter: blur(50px);
    box-shadow: 0px 0px 6px 0px #FFFFFF40 inset;
}

.useful-links-items {
    display: flex;
    width: 20%;
    gap: 16px;
    margin-right: 55px;
    align-items: center;
}

.useful-links-icon {
    position: relative;
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0px 5px 5px 0px #0000000D;
    border-radius: 16px;
}

.useful-links-icon::after {
    position: absolute;
    content: "";
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 25px;
    background: #FFD148;
    border-radius: 100px;
}

.useful-links-text {
    color: #556477;
    text-decoration: none;
    letter-spacing: 0%;
    line-height: 100%;
    letter-spacing: 0%;
}

/*  Feature Section */

.feature-section {
    width: 100%;
}

.feature-container {
    display: flex;
    flex-direction: column;
    max-width: 1290px;
    width: 100%;
    margin: 44px auto 0;
}

.feature-top {
    display: flex;
    position: relative;
    max-height: 300px;
    justify-content: space-between;
    margin: 0;
}

.feature-top::before {
    position: absolute;
    content: "";
    width: 764.67px;
    height: 910.89px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-49.67deg);
    background: url(../img/shadow-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-top-card {
    width: 100%;
    max-width: 630px;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
}

.feature-top-card img {
    width: 100%;
    aspect-ratio: 630 / 300;
    object-fit: cover;
}

.feature-top-card::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    max-width: 630px;
    max-height: 300px;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(2, 64, 137, 0.75) 0%, rgba(0, 77, 169, 0.15) 100%);    
}

.feature-top-card:nth-of-type(1) .feature-top-text {
    max-width: 280px;
}

.feature-top-card:nth-of-type(2) .feature-top-text{
    max-width: 290px;
}

.feature-top-card .feature-top-text {
    position: absolute;
    top: 44px;
    right: 44px;
    color: #FFFFFF;
}

.feature-top-text h3 {
    position: relative;
    width: fit-content;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    z-index: 1;
}

.feature-top-text h3::before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 10px;
    background-color: #F9841A80;
    z-index: -1;
}

.feature-top-text p {
    font-family: "Pinar-Medium";
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 0;
    margin: 12px 0;
}

.feature-top-button {
    display: flex;
    gap: 8px;
    position: absolute;
    bottom: 44px;
    right: 44px;
}

.feature-top-button a {
    text-decoration: none;
    color: #FFFFFF;
    background: #FFFFFF29;
    backdrop-filter: blur(45px);
    border-radius: 9999px;
    padding: 6px 10px;
    transition: all 0.3s;
}



.feature-top-button a:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #F9841A;
    padding: 6px 10px;
    border-radius: 9999px;
    backdrop-filter: blur(45px);
}

.feature-top-slider {
    position: relative;
    bottom: 85px;
    max-height: 36px;
    height: 100%;
}

.feature-top-slider .feature-carousel .flickity-viewport {
    height: 36px !important;
}

.feature-carousel-cell {
    padding: 6px 10px;
    background: #FFFFFF29;
    backdrop-filter: blur(45px);
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.3s;
}

.feature-carousel-cell:hover {
    background: #FFD148;
    backdrop-filter: blur(45px);
    transition: all 0.3s;
}

.feature-carousel-cell:not(:first-child) {
    margin-right: 8px;
}

.feature-carousel-cell a {
    font-family: "Pinar-Medium";
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.3s;
}

.feature-carousel-cell:hover a {
    color: #024089;
    transition: all 0.3s;
}

.feature-bottom {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
}

.feature-bottom-card {
    max-width: 410px;
    width: 100%;
    padding: 52.5px 60px 51.5px;
    border-radius: 32px;
    background: linear-gradient(270deg, #EDEDED 0%, #FFFFFF 100%);
    box-shadow: 0px 30px 64px -30px #0000001A;
    box-sizing: border-box;
    transition: all 0.3s;
}

.bottom-card-content {
    text-align: center;
}

.bottom-card-content h3 {
    font-family: "Pinar-Bold";
    position: relative;
    color: #004DA9;
    font-weight: 400;
    width: fit-content;
    margin: 0 auto;
    z-index: 1;
    transition: all 0.3s;
}

.bottom-card-content h3::before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 10px;
    background-color: #F9841A80;
    z-index: -1;
}

.bottom-card-content p {
    font-family: "Pinar-Medium";
    font-size: 16px;
    color: #556477;
    margin: 12px 0;
    transition: all 0.3s;
}

.feature-bottom-card-link {
    text-decoration: none;
}

.feature-bottom-card-link:hover .feature-bottom-card {
    background: #004DA9;
}

.feature-bottom-card-link:hover .bottom-card-content h3 ,
.feature-bottom-card-link:hover .bottom-card-content p {
    color: #FFFFFF;
}

/* News section */

.news-section {
    width: 100%;
}

.news-card {
    display: flex;
    flex-direction: column;
    max-width: 1288px;
    width: 100%;
    margin: 128px auto 0;
    position: relative;
}

.news-top {
    width: 100%;
}

.news-top-title {
    display: flex;
    max-width: 660px;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 32px;
}

.news-top-title h3 {
    color: #024089;
    width: fit-content;
    z-index: 1;
    margin: 0 44px 0 0 !important;
    position: relative;
}

.news-top-title > h3::before {
    content: "";
    position: absolute;
    top: 20px;
    width: 100%;
    height: 10px;
    background: #FFD14880;
    z-index: -1;
}

.news-top-title h4 , .news-top-title h3 {
    margin: 0;
}

.news-top-title h4 {
    display: flex;
    max-height: 19px;
    align-items: center;
    gap: 6px;
    margin: 6px 0 0 32px;
}

.news-top-title h4 span {
    font-family: "Pinar-Bold";
    color: #556477;
    font-size: 12px;
}

.news-top-title > h4 > a {
    text-decoration: none;
}

.news-description {
    max-width: 740px;
    min-height: 345px;
    height: 100%;
    width: 100%;
}

.news-description-slider {
    position: relative;
    max-width: 740px;
    max-height: 345px;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    box-shadow: 0px 30px 60px 0px #00000008;
    background: #F7F7F7;
    overflow: hidden;
    position: relative;
    margin-bottom: 101px;
}

.news-description-card {
    position: relative;
    width: 100%;
    height: 345px;
    max-width: 740px;
    border-radius: 32px;
    overflow: hidden;
    background: #F7F7F7;
}

.news-description-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/news-description-bg.jpg) top / cover no-repeat ;
    opacity: 0.3;
    box-shadow: 0px 30px 60px 0px #00000008;
    z-index: -1;
  }


.news-description-content {
    max-width: 572px;
    width: 100%;
    margin: 44px;
    padding-left: 0;
    text-align: right;
    box-sizing: border-box;
    z-index: 1;
}

.news-description-content a {
    text-decoration: none;
}

.news-description-content h4 {
    color: #004DA9;
    margin: 16px 0 12px;
}

.news-description-content p {
    font-family: "Pinar-Regular";
    font-size: 16px;
    letter-spacing: 0;
    display: -webkit-box;
    color: #556477;
    margin: 0;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-title p {
    color:#556477;
    background: #55647726;
    padding: 6px 12px;
    border-radius: 24px;
    font-size: 14px;
}

.news-date {
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-date p {
    font-size: 12px;
    font-family: "Pinar-Medium"
}

.news-slider-nav {
    max-width: 572px;
    width: 100%;
    max-height: 110px;
    height: 100%;
    padding-right: 44px;
    position: absolute;
    top: 355px;
}

.news-slider-nav .flickity-page-dots {
    bottom: 55px;
    transform: translateY(-50%);
    left: -447px;
}

.news-slider-nav .flickity-page-dots .dot {
    background: #FFFFFF;
    opacity: 1;
}

.news-nav-card {
    max-width: 165px;
    width: 100%;
    min-height: 110px;
    aspect-ratio: 165 / 110;
    border-radius: 24px;
    box-shadow: 0px 30px 60px 0px #00000008;
    transition: top 0.3s;
}

.news-nav-card:not(:last-child){
    margin-left: 16px;
}

.news-nav-card img {
    width: 100%;
    height: 100%;
    min-height: 110px;
    object-fit: cover;
    opacity: 0.5;
    transition: all 0.3s;
    border-radius: 24px;
}

.news-nav-card.is-selected img {
    opacity: 1;
}

.news-image {
    position: absolute;
    max-width: 630px;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0px 10px 30px 0px #00000040;
}

.news-image-card {
    max-width: 630px;
    width: 100%;   
    aspect-ratio: 630 / 372;
    overflow: hidden;

}

.news-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.download-photo-news {
    max-height: 24px;
    display: block;
    position: absolute;
    left: 16px;
    top: 14.18px;
    padding: 10px;
    background: #03133452;
    backdrop-filter: blur(16px);
    border-radius: 100px;
    transition: all 0.3s;
}

.download-photo-news:hover {
    scale: 1.2;
}

.news-description-title {
    display: flex;
    gap: 24px;
    align-items: center;
}

.news-bottom {
    width: 100%;
    max-height: 229px;
    padding: 44px;
    padding-top: 42px;
    box-sizing: border-box;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0px 30px 64px -30px #0000001A;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.news-bottom > a {
    text-decoration: none;
}

.news-bottom::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/news-bottom-bg.jpg);
    opacity: 0.3;
    box-shadow: 0px 30px 60px 0px #00000008;
    z-index: -1;
}

.news-bottom-title {
    display: flex;
    justify-content: space-between;
}

.news-bottom-title h3 {
    color: #004DA9;
    width: fit-content;
    position: relative;
    height: fit-content;
    z-index: 1;
    margin: 0;
}

.news-bottom-title > h3::before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 10px;
    background: #FFD14880;
    z-index: -1;
}

.news-bottom-title h4 {
    display: flex;
    gap: 6px;
    align-self: center;
    margin: 0;
}

.news-bottom-title h4 a {
    text-decoration: none;
}

.news-bottom-title span {
    max-height: 19px;
    font-family: "Pinar-Bold";
    color: #556477;
    font-size: 12px; 
}

.news-bottom-slider {
    width: 100%;
    min-height: 80px;
}

.news-bottom-card {
    display: flex;
    gap: 16px;
    max-width: 380px;
    width: 380px;
    max-height: 80px;
    margin-left: 30px;
}

.news-bottom-img {
    position: relative;
    max-width: 80px;
    max-height: 80px;
    width: 80px;
    flex-shrink: 0;
    aspect-ratio: 80 / 80;
    border-radius: 24px;
    overflow: hidden;
}


.news-bottom-img::after {
    content: "";
    position: absolute;
    inset: 0;
    max-width: 80px;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #0000001A;  
    z-index: 1;
    pointer-events: none;
    border-radius: 24px;
  }

.news-bottom-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-bottom-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 6px;
}

.news-bottom-text div {
    display: flex;
    gap: 8px;
    color: #636363;
    align-items: center;
}

.news-bottom-text p {
    font-family: "Pinar-Medium";
    color: #556477;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    margin: 0;
    margin-top: 6px;
    letter-spacing: 0%;

}

.news-bottom-text div span {
    font-size: 12px;
}

.news-bottom-slider .flickity-page-dots {
    position: absolute;
    top: -50.5px;
    transform: translateY(50%);
    left: 156px;
    transform: none;
}

.news-bottom-slider .flickity-page-dots .dot { 
    background: #E6E9ED;
}

.news-bottom-slider .flickity-page-dots .dot.is-selected {
    position: relative;
    border-radius: 100px;
}

/* Tabs Section */

.tab-section {
    width: 100%;
    height: 100%;
    margin-top: 128px;
}

.tab-container {
    display: flex;
    max-width: 1288px;
    margin: 0 auto;
}

.tab-left-banner {
    width: fit-content;
    overflow: hidden;
    max-width: 330px;
    max-height: 496px;
    width: 100%;
    margin: 0;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 30px 30px -15px #0000000D;
    border-radius: 32PX;
}

.tab-left-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-inner-container {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

[aria-labelledby="tabs-title"] {
    display: flex;
    position: absolute;
    max-height: 432px;
    flex-direction: column;
    padding-inline-start: 0;
    margin: 0;
    border-radius: 32px;
    overflow: hidden;
    top: 32px;
    right: 33px;
    z-index: 2;
    padding: 32px 0 32px 0;
    background: #004DA9;
    gap: 16px;
}   

[aria-labelledby="tabs-title"] li {
    position: relative;
    max-width: 269px;
    max-height: 108px;
    background: #004DA9;
    width: 100%;
    padding: 0 32px 0 0;
    list-style-type: none;
    box-sizing: border-box;
}

[aria-labelledby="tabs-title"] a {
    font-family: "Pinar-SemiBold";
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 9999px;
    color: #FFFFFF;
    background: #004DA9;    
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    padding: 24px 32px 24px 87px;
    margin: 0;
    white-space: nowrap;
}  

[aria-labelledby="tabs-title"] a.active svg path {
    fill: #004DA9;
}

[aria-labelledby="tabs-title"] a.active   {
    z-index: 10;
    background: #FFFFFF;
    color: #004DA9;
    position: relative;
}

[aria-labelledby="tabs-title"]  li:first-child::before {
    content: none !important;
}

[aria-labelledby="tabs-title"]  li:has(a.active)::before {
    content: '';
    background: #004da9;
    width: 48px;
    height: 48px;
    position: absolute;
    border-radius: 100%;
    bottom: calc(100%);
    left: -3px;
    z-index: 2;
    box-shadow: -53px 36px 0px 32px white;
}

[aria-labelledby="tabs-title"] a.active::after {
    content: '';
    background: #004da9;
    width: 48px;
    height: 48px;
    position: absolute;
    border-radius: 100%;
    top: calc(100%);
    left: 0px;
    z-index: 3;
    box-shadow: -53px -46px 0px 32px white;
}

[aria-labelledby="tabs-title"]  li:has(a.active)::after {
    content: '';
    position: absolute;
    background: white;
    height: 80px;
    width: 100px;
    left: -56px;
    top: 0;
    z-index: 1;

}


[aria-labelledby="tabs-title"] li:last-child a.active::after {
    content: none;
}


span.tab-icon {
    display: flex;
    align-items: center;
}

.tab-title {
    display: flex;
    width: fit-content;
}

.tab-panel-title {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tab-panel-title span {
    font-family: "Pinar-Bold";
    font-size: 18px;
    color: #004DA9;
}

.tabs-panel {
    position: relative;
    max-width: 710px;
    max-height: 496px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 30px 30px -15px #0000000D;
    border-radius: 32px;
    right: 221px;
    padding: 44px 124px 44px 44px;
    z-index: 1;
    box-sizing: border-box;
}

.tabs-panel::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    pointer-events: none;
    border-radius: 0 0 32px 32px;
}

.tab-panel-scroll {
    direction: ltr;
    max-height: 390px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 19px;
    margin-right: -19px;
}

.tab-panel-content {
    direction: rtl;
    display: grid;
    grid-template-columns: 256px 256px;
    gap: 30px;
    margin-top: 24px;
    padding-left: 16px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.tab-item {
    direction: rtl;
    max-width: 256px;
    max-height: 110px;
    height: 100%;
    width: 100%;
}

.tab-item::after {
    position: absolute;
    width: 1px;
    left: 0;
    top: 0;
}

.tab-item-title {
    width: fit-content;
    max-height: 30px;
    margin: 0 0 10px;
    border-radius: 24px;
    padding: 6px 12px;
    background: #5564771A;
    transition: all .3s;
}
.tab-item-title:hover { background-color: #556477; }
.tab-item-title:hover a { color: #FFFFFF; }
.tab-item-title a {
    text-decoration: none;
    font-family: "Pinar-Medium";
    color: #556477;
    font-size: 14px;
    border-radius: 24px;
    transition: all 0.3s;
}

.tab-item-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-family: "Pinar-Medium";
    font-size: 16px;
    color: #556477;
    margin: 0 0 6px;
}

.tab-item-date { display: flex; max-height: 16px; align-items: center; gap: 8px; }
.tab-item-date span {
    height: fit-content;
    font-family: "Pinar-Medium";
    font-size: 12px;
    color: #636363;
    vertical-align: middle;
}

.tab-panel-scroll::-webkit-scrollbar { width: 4px; }
.tab-panel-scroll::-webkit-scrollbar-track { background: transparent; margin: 8px 0; }
.tab-panel-scroll::-webkit-scrollbar-thumb { background: #E0E0E0; border-radius: 4px; }
.tab-panel-scroll::-webkit-scrollbar-thumb:hover { background: #C4C4C4; }

/* portal section */

.portal-section {
    width: 100%;
}

.portal-container {
    max-width: 1288px;
    margin: 44px auto 0;
    gap: 30px;
    display: flex;
    border-radius: 32px;
    background: none;
}

.portal-card {
    position: relative;
    width: 410px !important;
    height: 330px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 30px 64px -30px rgba(0, 0, 0, 0.3);
    border-radius: 32px;
    z-index: 1;
}

.portal-card img {
    width: 410px;
    height: 330px;
    object-fit: cover;
    border-radius: 32px;
}

.portal-card a {
    position: absolute;
    bottom: 15px;
    max-width: 380px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFFBF;
    backdrop-filter: blur(50px);
    padding: 10px 24px 10px 10px;
    box-sizing: border-box;
    border-radius: 17px;
    z-index: 2;
    text-decoration: none;
    transition: all .3s;
}

.portal-card a:hover {
    background: #FFFFFF;
}

.portal-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portal-button div {
    padding: 15.5px;
    background: #FFFFFF80;
    border-radius: 10px;
}

.portal-button div svg path {
    color: #556477;
}

.portal-button span {
    font-family: "Pinar-SemiBold";
    color: #556477;
}

.app-section {
    width: 100%;
    background: #FFD148;
    margin-top: 128px;
}

.app-container {
    display: flex;
    position: relative;
    max-width: 1288px;
    height: 300px;
    margin: 0 auto;
    justify-content: end;
}

.app-content {
    display: flex;
    padding: 35px 0 0;
    gap: 138px;
}

.app-mobile {
    position: absolute;
    top: -70px;
    right: 0;
}

.app-mobile-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 370px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    overflow: hidden;
}

.app-mobile img {
    width: 261.5982360839844px;
}

.app-text {
    display: flex;
    flex-direction: column;
    width: 634px;
    margin-top: 29px;
    gap: 28px;
}

.app-text h3 {
    font-family: "Pinar-Bold";
    margin: 0;
}

.app-text p {
    font-family: "Pinar-Regular";
    font-size: 16px;
    margin: 12px 0;
}

.store {
    display: flex;
    gap: 11px;
}

.store a {
    display: flex;
    width: 138.46152477397936px;
}
.store a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app-qrcode {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background: #004DA9;
    border-radius: 26px;
    padding: 10px;
    margin-bottom: 35px;
}

.app-qrcode span {
    font-family: "Pinar-SemiBold";
    font-size: 16px; 
    color: #FFFFFF;
}

/* footer section */

footer {
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-contact {
    width: 100%;
}

.footer-contact-container {
    display: flex;
    max-width: 1290px;
    margin: auto;
    padding-top: 64px;
    justify-content: space-between;
}

.contact-item {
    display: flex; 
    height: 157px;
    width: 185px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-item:first-of-type {
    width: 342px;
}

.contact-item .contact-item-icon {
    background: #5564771A;
    padding: 15px;
    border-radius: 35px;
}

.contact-item-text h4 {
    font-family: "Pinar-Bold";
    color: #3D3D3D;
    font-size: 16px;
    margin: 12px 0 0 0;
}

.contact-item:first-child .contact-item-text p {
    width: 98%;
}

.contact-item-text p {
    font-family: "Pinar-Medium";
    font-size: 14px;
    margin: 5px 0 0 0;
}

.footer-border {
    width: 1290px;
    margin: 44px auto;
    height: 1px;
    background: #161E5433;
}

.footer-links {
    width: 100%;
}

.footer-links-container {
    display: flex;
    max-width: 1290px;
    justify-content: right;
    gap: 34px;
    margin: 0 auto;
}

.footer-link-box h3 {
    width: fit-content;
    position: relative;
    font-family: "Pinar-SemiBold";
    color: #024089;
    z-index: 1;
}

.footer-link-box h3::before {
    position: absolute;
    content: "";
    height: 10px;
    bottom: 0;
    z-index: -1;
    width: 100%;
    background: #FFD14880;
}

.footer-link-box ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-inline-start: 0;
    list-style-type: none;
}

.footer-link-box ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.footer-link-box ul li a span {
    font-family: "Pinar-Medium";
    font-size: 14px;
    color: #556477;
}


.footer-about {
    width: 100%;
}

.about-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-container {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
}

.footer-logo {
    display: flex;
    width: fit-content;
    height: fit-content;
    align-items: center;
}

.footer-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px; 
    margin: 0 12px;
}

.logo-text * {
    margin: 0;
}

.box-icon-footer {
    display: flex;
    gap: 10px;
}

.box-logo-icon-footer a {
    display: flex;
    width: 39px;
    height: 39px;
    justify-content: center;
    align-items: center;
    background: #5564770D;
    border-radius: 9999px;
    transition: all 0.3s;
}

.box-logo-icon-footer a:hover {
    scale: 1.2;
}

.about-container {
    display: flex;
    gap: 30px;
}

.footer-about-content {
    display: flex;
    flex-direction: column;
    max-width: 960px;
}

.footer-about-text p {
    font-family: "Pinar-Medium";
    color: #556477;
    font-size: 14px;
    margin: 24px 0;
}

.footer-about-links {
    display: flex;
    gap: 8px;
}

.footer-about-links a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #556477;
    padding: 6px 10px;
    background: #5564770D;
    border-radius: 9999px;
    transition: all 0.3s;
}

.footer-about-links a:hover {
    scale: 1.05;
}

.footer-about-img {
    position: relative;
    width: 300px;
    height: 220px;
    background: linear-gradient(270deg, #EDEDED 0%, #FFFFFF 100%);
    border-radius: 32px;
}

.footer-about-img div {
    position: absolute;
    width: 280px;
    height: 200px;
    top: 9.5px;
    left: 10px;
}

.footer-about-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 22px;
}

.more-info {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
}

.more-info-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.copyright {
    display: flex;
    gap: 13px;
    align-items: center;
}

.spirit-portal {
    padding-bottom: 64px;
}

.spirit-portal a {
    text-decoration: none;
    transition: all .3s;
}

.last-update , .address * , .spirit-portal * {
    color: #556477;
}

.copyright *, .address *, .spirit-portal * {
    font-family: "Pinar-Regular";
}